SSH - default port 32
Exam server - 193.226.40.129:1234

Compile:

gcc -Wall -g -o a a.c
	
-Wall - all warnings
-g 
-o output
